fx-9860GII TI-83
fMax(
On a TI calculator you can calculate the function maximum
MATH 7 fMax( expression ٬ variable ٬ lower ٬ upper ٬ tolerance ) ENTER
or via the CATALOG as
CATALOG ⎵
2nd 0 ►fMax( ENTER
Explanation
The syntax for the maximum value command is
fMax( f (x), v, l, u, t )
where
f (x) expression v variable l lower value u upper value t tolerance (default = 1E -5)
Example 1
To determine the maximum value for the function x2 − 4x + 9
MATH 7 fMax( X,T,θ,n x² − 4 X,T,θ,n + 9 ٬
with variable x
X,T,θ,n ٬
in the interval defined by lower value l = 0
0 ٬
and upper value u = 3
3 ) ENTER
which gives
fMax(X2-4X+9,X,0
,3)3.497204868E ⁻6
You can show for x2 − 4x + 9 that in the specified interval the maximum is at x = 0.
